locking time造句
例句与造句
- If the lock times out , the second operation fails
如果锁超时,则第二个操作失败。 - The following example sets the lock time - out period to
下面的示例将锁超时期限设置为 - Lock time - out period in milliseconds for this request
此请求的锁超时时间(毫秒) 。 - Universal twin 4 cam lock timing locking tool kit
双凸轮固定器对cam正时用 - Customizing the lock time - out
>自定义锁超时 - It's difficult to find locking time in a sentence. 用locking time造句挺难的
- The number of milliseconds to wait before the database reports a lock time - out
数据库报告锁定超时之前要等待的毫秒数。 - Returns the current lock time - out setting in milliseconds for the current session
返回当前会话的当前锁定超时设置(毫秒) 。 - This event occurs only in situations where the lock time - out value is greater than zero
仅在锁超时值大于零的情况下才会发生此类事件。 - The default for the lock time out is zero , which means that it will block indefinitely while waiting for the lock
方法执行此操作。默认的锁定超时为0 ,这表示在等待锁定时将无限期地阻止访问。 - For this reason , pessimistic concurrency is best implemented when lock times will be short , as in programmatic processing of records
因此,如果锁定时间将会比较短(例如在以编程方式处理记录时) ,最好实现保守式并发。 - You can set the lock time out to 30 seconds , which will cause the blocked connection to time out in 30 seconds if blocked by another connection
可将锁定超时设置为30秒,如果受其他连接所阻止,这会导致阻止的连接在30秒后超时。 - Additionally , be sure to use the lock time out setting if your application expects some blocking issues and needs to time out from these
此外,如果应用程序会遇到某些阻止问题,且需要对这些问题设置超时时间,请确保使用锁定超时设置。 - Without information on what the distribution of lock times will be for a given application , most jvms are conservative and simply suspend a thread when it fails to acquire a lock
由于没有指定应用程序的锁定时间分布信息,所以多数jvm采取保守策略,在得不到锁的时候只是暂挂线程。